PDF Plugin for Xojo

PDFDocument.DocumentModeEnum Enum

Enum that represents startup modes. Your PDFDocument can request in what mode it should be opened. But some PDF viewers will ignore it.

enum PDFDocument.DocumentModeEnum

Constants

USE_NONE = 0No sidebar is shown when opening the document.
USE_OUTLINE = 1Outline tree is shown in the sidebar when opening the document.
USE_THUMBS = 2Thumbs are shown in the sidebar when opening the document.
FULL_SCREEN = 3The document is opened in full screen mode.